码迷,mamicode.com
首页 >  
搜索关键字:https ...分类:其他好文 时间:2019-12-08 23:30:14阅读次数:126一.教材内容学习 1.三种最流行的一般应用信息系统:电子表格、数据库管理系统、电子商务; 2.在电子表格中学习了示例Excel中的一些应用及公式,例如SUM,COUNT(    ( 132426个结果
转 苹果的新编程语言 Swift 简介
苹果官方文档地址https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/index.html原文地址http://zh.lucida.me...
分类:移动开发   时间:2014-06-06 23:16:07    阅读次数:509
[leetcode]Longest Consecutive Sequence @ Python
原题地址:https://oj.leetcode.com/problems/longest-consecutive-sequence/题意:Given an unsorted array of integers, find the length of the longest consecutive ...
分类:编程语言   时间:2014-06-06 23:13:20    阅读次数:324
mongodb gdal 矢量数据格式驱动
写了个mongodb的gdal driver,放在了github上,如果你需要,欢迎加入mongogis group。直接的效果是使得QGIS, GeoServer, MapServer, ArcGIS等GIS软件能够处理存储在MongoDB集群中的地理数据。https://github.com/m...
分类:数据库   时间:2014-06-04 15:42:46    阅读次数:339
Android # 4.0.x(1-3) 源码 下载 编译
Android 4.0源码下载方法:repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1官方下载页面:http://source.android.com/source/downloadi...
分类:移动开发   时间:2014-06-04 14:51:19    阅读次数:253
HTML5 canvas
翻译自:https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Canvas_tutorial/Drawing_shapes栅格在我们开始画图之前,我们需要了解一下画布栅格(canvas grid)以及坐标空间。上一页中的HTML模板中有个宽高...
分类:Web程序   时间:2014-06-04 14:46:31    阅读次数:562
andorid手机电脑操作
之前一直使用androidscreencast在pc上对手机进行操作,好久都没用了,前些天再次用的时候,提示如下:   决定还是自己写一个吧,因为7月份要做一个小分享,打算讲一些android的东西,需要在电脑上显示手机这边的画面,提供一定的操作. 花了一点时间做好了,给大家截一个图,代码放在github(https://github.com/androiddevelop/Andro...
分类:移动开发   时间:2014-06-04 14:10:10    阅读次数:312
install Django in mac
install Eclipse & Python(pydev) in mac install django in mac $ curl -O https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.10.1.tar.gz $ cd virtualenv-1.10.1/ $ sudo py...
分类:其他好文   时间:2014-06-04 13:05:05    阅读次数:298
Android总结一
一、Android SDK Manager的下载 1、Tools->Options->把Force https://...勾上。 2、修改C:\Windows\System32\drivers\etc\hosts文件,把以下内容复制进去: 74.125.113.121 developer....
分类:移动开发   时间:2014-06-03 17:00:15    阅读次数:339
一个Brushes笔画应用ios源码完整版
效果很不错的画笔App,提供几十种不同的画笔,包括毛笔画笔。拥有绘画App的一些基本功能,包括颜色选择、绘画保存,支持撤销(undo)、重做(redo)以及橡皮擦功能等等,甚至还支持类似PhotoShop图层(layer)的功能(如第二张效果图)。说明:应用的App Store地址:https://...
分类:移动开发   时间:2014-06-03 16:12:14    阅读次数:285
如何用Google APIs和Google的应用系统进行集成(2)----发现Google APIs的RESTFul服务
上篇文章,我提到了,Google APIs暴露了86种不同种类和版本的API。我们可以通过在浏览器里面输入https://www.googleapis.com/discovery/v1/apis这个URL地址,其将会把所有Google API支持的不同种类和版本的API全部列出来。其具体信息如下:...
分类:Windows程序   时间:2014-06-02 15:09:51    阅读次数:706
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!